Platform Explorer / Nuxeo Platform 5.8

Operation Services.GetSocialWorkspaceActivityStream (Get a social workspace activity stream)

Description

Get a social workspace activity stream.
Operation id Services.GetSocialWorkspaceActivityStream
Category Services
Label Get a social workspace activity stream
Requires
Since

Parameters

Name Description Type Required Default value
activityLinkBuilder string yes  
contextPath string yes  
language string no  
limit integer no  
offset integer no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.social.workspace.gadgets.GetSocialWorkspaceActivityStream
Contributing Component org.nuxeo.ecm.social.workspace.operations

JSON Definition

{
  "id" : "Services.GetSocialWorkspaceActivityStream",
  "label" : "Get a social workspace activity stream",
  "category" : "Services",
  "requires" : null,
  "description" : "Get a social workspace activity stream.",
  "url" : "Services.GetSocialWorkspaceActivityStream",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "activityLinkBuilder",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "contextPath",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "language",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "limit",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "offset",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}